Next: Options - Optimizations, Previous: Options - Viewing Cross-References, Up: Options [Contents][Index]
List of specifications how to retrieve the search path for TeX files. Several entries are possible.
"!kpsewhich -show-path=.tex"
.Multiple directories can be separated by the system
dependent path-separator. Directories ending in
‘//’ or
‘!!’ will be expanded recursively.
See also reftex-use-external-file-finders.
List of specifications how to retrieve the search path for BibTeX files. Several entries are possible.
"!kpsewhich -show-path=.bib"
.Multiple directories can be separated by the system
dependent path-separator. Directories ending in
‘//’ or
‘!!’ will be expanded recursively.
See also reftex-use-external-file-finders.
Association list with file extensions for different file
types. This is a list of items, each item is like:
(type . (def-ext
other-ext ...))
type: File type like"bib"or"tex". def-ext: The default extension for that file type, like".tex"or".bib". other-ext: Any number of other valid extensions for this file type.
When a files is searched and it does not have any of the valid extensions, we try the default extension first, and then the naked file name.
Non-nil means, search all specified
directories before trying recursion. Thus, in a path
‘.//:/tex/’, search first
‘./’, then
‘/tex/’, and then all subdirectories
of ‘./’. If this option is
nil, the subdirectories of
‘./’ are searched before
‘/tex/’. This is mainly for speed;
most of the time the recursive path is for the system files
and not for the user files. Set this to nil if
the default makes RefTeX finding files with equal names in
wrong sequence.
Non-nil means, use external programs to find
files. Normally, RefTeX searches the paths given in the
environment variables TEXINPUTS and
BIBINPUTS to find TeX files and BibTeX database
files. With this option turned on, it calls an external
program specified in the option
reftex-external-file-finders instead. As a side
effect, the variables
reftex-texpath-environment-variables and
reftex-bibpath-environment-variables will be
ignored.
Association list with external programs to call for
finding files. Each entry is a cons cell
(type . program)
. type is either "tex" or
"bib". program is a string containing
the external program to use with any arguments.
%f will be replaced by the name of the file to
be found. Note that these commands will be executed directly,
not via a shell. Only relevant when
reftex-use-external-file-finders is
non-nil.
Next: Options - Optimizations, Previous: Options - Viewing Cross-References, Up: Options [Contents][Index]